How to create a new Physics scene

I am working on Replay/Rewind mechanic for Client side prediction and to simulate multiple physics ticks in one visual tick I need to manipulate with FPhysScene. I got that part mostly working in the main physics scene, I would like to do that in a separate physics scene. Now I am not quite sure how to create a new physics scene and move the actors to the new physics scene.