Try using the tween behavior.
For physics, you can apply a force to an image point which is off center to cause rotation.
For it to stay in place, you might need a second image point exactly opposite from the origin to apply an equal and opposite force too. You can also create a revolute joint on an immovable helper object to pin it in place.
Edit: reminder not to mix physics with other movement to avoid issues.