You don't need the physics behavior for this. If you make the ghosts have a Ball movement instead of Bullet, you can set them to bounce off solids, and insert your wall and mark it as solid.
Alternatively just have an event like
+ Ghost collides with wall
-> Set ghost angle to Ghost.Angle + 180
That'll turn it round the other way if it touches the wall.