How to display summary content from a Page (Not a Post) on another page

Use $post = get_post( id ); and then set the post like setup_postdata($post); and you can call the_content(); or the_excerpt();